home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / trump.dxr / 00001.ls next >
Encoding:
Text File  |  1998-10-08  |  172 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(44) or rollOver(45) or rollOver(46) or rollOver(47) or rollOver(48) then
  3.     cursor([69, 70])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   go(the frame)
  8. end
  9.